home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.AppleShare < prev    next >
Encoding:
Text File  |  1991-07-01  |  1.7 KB  |  61 lines  |  [TEXT/MPS ]

  1. ; File:  E16.AppleShare
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. ASBufferControl GEQU $0001
  9. ASByteRangeLock GEQU $0002
  10. ASSpecialOpenFork GEQU $0003
  11. ASGetPrivileges GEQU $0004
  12. ASSetPrivileges GEQU $0005
  13. ASUserInfo GEQU $0006
  14. ASCopyFile GEQU $0007
  15. ASGetUserPath GEQU $0008
  16. ASOpenDesktop GEQU $0009
  17. ASCloseDesktop GEQU $000A
  18. ASGetComment GEQU $000B
  19. ASSetComment GEQU $000C
  20. ASGetSrvrName GEQU $000D
  21. appleShareNetError GEQU $0088 ; AppleShare Network Error
  22. unknownUser GEQU $007E ; specified user name not registered
  23. unknownGroup GEQU $007F ; specified group name not the name of a group
  24. lockRange GEQU $8000
  25. relativeToEOF GEQU $4000
  26. seeFolders GEQU $01
  27. seeFiles GEQU $02
  28. makeChanges GEQU $0004
  29. folderOwner GEQU $80
  30. onDesktop GEQU $0001
  31. bFOwnAppl GEQU $0002 ; used internally
  32. bFNever GEQU $0010 ; never SwitchLaunch
  33. bFAlways GEQU $0020 ; always SwitchLaunch
  34. shareApplication GEQU $0040 ; set if file is a shareable application
  35. fileIsInited GEQU $0100 ; seen by Finder
  36. fileHasChanged GEQU $0200 ; used internally by Finder
  37. fileIsBusy GEQU $0400 ; copied from File System busy bit
  38. fileNoCopy GEQU $0800 ; not used in 5.0 and later, formally BOZO
  39. fileIsSystem GEQU $1000 ; set if file is a system file
  40. fileHasBundle GEQU $2000
  41. fileIsInvisible GEQU $4000
  42. fileIsLocked GEQU $8000
  43. inTrashWindow GEQU $FFFD
  44. inDesktopWindow GEQU $FFFE
  45. inDiskWindow GEQU $0000
  46. requestReadAccess GEQU $0001
  47. requestWriteAccess GEQU $0002
  48. denyReadAccess GEQU $0010
  49. denyWriteAccess GEQU $0020
  50. dataForkNum GEQU $0000
  51. resourceForkNum GEQU $0001
  52. disableBuffering GEQU $8000
  53. enableBuffering GEQU $0000
  54. ; offset constants for GetServerNameRec
  55. opCount GEQU 0
  56. ofstNum GEQU 2
  57. ocommandNum GEQU 4
  58. ospathname GEQU 6
  59. oserverName GEQU 10
  60. ozoneName GEQU 14
  61.